home *** CD-ROM | disk | FTP | other *** search
- gEditTextHeight = 15;
- gMaxStaticWidth = max(
- zstring_width(zstring: '$$$/Dialogs/ProPrintSet/Options/Color'),
- zstring_width(zstring: '$$$/Dialogs/ProPrintSet/Options/Screening'),
- zstring_width(zstring: '$$$/Dialogs/PrintSet/HighEnd/Profile'),
- zstring_width(zstring: '$$$avPrColorProfileLabel'));
- gMaxPlateControlWidth = max(
- zstring_width(zstring: '$$$avEmitAllPlates'),
- zstring_width(zstring: '$$$avConvertAllSpotsToProcess'),
- zstring_width(zstring: '$$$avCustom'));
- gMaxFlipWidth = max(
- zstring_width(zstring: '$$$avVertical'),
- zstring_width(zstring: '$$$avHorizontal'),
- zstring_width(zstring: '$$$avHandV'));
- dialog(name: '$$$/Dialogs/PrintSet', margin_height: 0, margin_width: 0)
- {
- cluster(name: '$$$/Dialogs/ProPrintSet/Color/ClusterName', align_children: align_left, dwidth: gAdPrintPanelWidth, dheight: gAdPrintPanelHeight)
- {
- view(align_children: align_left)
- {
- gap(width: max_char_width()*1);
- group()
- {
- view(align_children: align_row, margin_height: 0, margin_width: 0)
- {
- static_text(item_id: 'lwha', name: '$$$/Dialogs/ProPrintSet/Options/Color',
- width: gMaxStaticWidth, alignment: align_right);
- popup(item_id: 'what', width: max_char_width() * 14);
- }
- view(align_children: align_row, margin_height: 0, margin_width: 0)
- {
- static_text(item_id: 'lscr', name: '$$$/Dialogs/ProPrintSet/Options/Screening',
- width: gMaxStaticWidth, alignment: align_right);
- popup(item_id: 'scrs', width: max_char_width()*14);
- }
- view(align_children: align_row, margin_height: 0, margin_width: 0)
- {
- static_text(item_id: 'lfli', name: '$$$/Dialogs/ProPrint/Flip',
- width: gMaxStaticWidth, alignment: align_right);
- popup(item_id: 'flip', width: gMaxFlipWidth);
- check_box(item_id: 'nega', name: '$$$/Dialogs/ProPrint/Negative');
- }
- view(align_children: align_row, margin_height: 0, margin_width: 0)
- {
- static_text(item_id: 'prfn', name: '$$$/Dialogs/PrintSet/HighEnd/Profile',
- width: gMaxStaticWidth, alignment: align_right);
- popup(item_id: 'prfo', width: max_char_width() * 20);
- }
- }
- check_box(item_id: 'chkA', name: '$$$/Dialogs/PrintSet/Options/WorkingSpaces');
- check_box(item_id: 'chkD', name: '$$$/Dialogs/PrintSet/Options/SoftProof');
- check_box(item_id: 'chk9', name: '$$$/Dialogs/PrintSet/Options/EmulateOverprint');
- check_box(item_id: 'chkJ', name: '$$$/Dialogs/ProPrint/JP2KRes', height: gEditTextHeight);
- check_box(item_id: 'chkT', name: '$$$/Dialogs/ProPrint/TrapAnnots', height: gEditTextHeight);
-
- }
- cluster(name: '$$$/Dialogs/ProPrintSet/Inks/ClusterName')
- {
- view(align_children: align_row)
- {
- static_text(item_id: 'lplc', name: '$$$/Dialogs/ProPrintSet/Options/PlateColor');
- popup(item_id: 'plct', width: gMaxPlateControlWidth);
- }
- view(align_children: align_left)
- {
- list_box(item_id: 'inks', width: max_char_width()*25, height: gStaticTextHeight*6);
- }
- }
- view(align_children: align_center, alignment: align_fill)
- {
- static_text( item_id: 'desc', height: gEditTextHeight*5, alignment: align_fill, multiline: true);
- }
- }
- }
-